DataCollection | ComponentOne
C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / C1DataCollectionHub<T> Class / GetPageAsync Method
The token that determines whether the calling collection is syncrhonized.
The starting index in the collection.
The desired number of items to be returned.
The sorting descriptions.
The filter expression.

In This Topic
    GetPageAsync Method (C1DataCollectionHub<T>)
    In This Topic
    Gets a page of data as specified in the parameters.
    Syntax
    'Declaration
     
    Public Function GetPageAsync( _
       ByVal eTag As Guid, _
       ByVal startingIndex As Integer, _
       ByVal count As Integer, _
       Optional ByVal sortDescriptions As IReadOnlyList(Of SortDescription), _
       Optional ByVal filterExpression As FilterExpression _
    ) As Task(Of PageResult(Of T))

    Parameters

    eTag
    The token that determines whether the calling collection is syncrhonized.
    startingIndex
    The starting index in the collection.
    count
    The desired number of items to be returned.
    sortDescriptions
    The sorting descriptions.
    filterExpression
    The filter expression.
    See Also